[XEN] Extend emulator to fully decode ModRM and SIB bytes.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 23 Nov 2006 17:32:18 +0000 (17:32 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 23 Nov 2006 17:32:18 +0000 (17:32 +0000)
commit026b4d585501d97e337f67ca78649a8efdcd051f
tree515ce82ab0335f11ef84189b5ef603dd27eea992
parentc8d3c51260a815be6121f9cdcef874a9b19dc612
[XEN] Extend emulator to fully decode ModRM and SIB bytes.
Use this to detect data accesses that straddle a page boundary
and fault on the second page. We cannot handle these properly.
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/x86_emulate.c